Skip to content

Infra: Switch Dependabot to a monthly cadence - #3914

Open
kevinjqliu wants to merge 4 commits into
mainfrom
claude/dependabot-monthly-cadence-45ccf2
Open

Infra: Switch Dependabot to a monthly cadence#3914
kevinjqliu wants to merge 4 commits into
mainfrom
claude/dependabot-monthly-cadence-45ccf2

Conversation

@kevinjqliu

Copy link
Copy Markdown
Contributor

Rationale

Weekly Dependabot runs are noisy, and dependency bumps only need to land before a release. Over the last 12 months (2025-09-06 to 2026-09-06):

Metric Value
Dependabot PRs 560
All PRs in the repo 1,217
Share of PRs from Dependabot 46%
Average Dependabot PRs per week ~11
Average Dependabot PRs per month ~47

Changes

  • Change both the uv and github-actions Dependabot schedules from weekly to monthly. Cooldown, ignore list, and the codeql-action grouping are unchanged.
  • Add an "Update Dependencies" step to the release guide, before the version bump, that tells the release manager to manually trigger a Dependabot check and merge the resulting PRs before cutting the RC.

🤖 Generated with Claude Code

Weekly Dependabot runs produce roughly 11 PRs a week, close to half of
all PRs in the repository. Dependency bumps only need to land before a
release, so run monthly and document a manual Dependabot check in the
release guide.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Copilot AI lite review requested due to automatic review settings September 6, 2026 16:58

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Approval recommended

The changes are small, consistent with the stated rationale, and the updated Dependabot YAML and release documentation are coherent and valid.

Pull request overview

This PR reduces Dependabot churn in the repository by switching scheduled dependency update checks from weekly to monthly, and updates the release documentation so release managers explicitly refresh dependencies before cutting a release candidate.

Changes:

  • Changed Dependabot update cadence for the uv ecosystem from weekly to monthly.
  • Changed Dependabot update cadence for the github-actions ecosystem from weekly to monthly.
  • Added a “Update Dependencies” step to the release guide instructing maintainers to manually trigger Dependabot checks and merge the resulting PRs before cutting the RC.
File summaries
File Description
.github/dependabot.yml Switches both Dependabot ecosystems’ schedules to a monthly interval.
mkdocs/docs/how-to-release.md Documents the new monthly cadence and adds a manual dependency refresh step before the version bump/RC cut.
Review details
  • Files reviewed: 2/2 changed files
  • Comments generated: 0
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

kevinjqliu and others added 3 commits September 6, 2026 09:59
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
… access

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
…heck

The page returns 404 without write access, so the link checker cannot
verify it.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
@kevinjqliu
kevinjqliu requested review from Fokko and geruh September 6, 2026 17:06

@Fokko Fokko left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, since in 90% it just updates the pinned versions. It creates a lot of busy work and noise. Dependencies with CVEs are created ad-hoc, which is great, so we're not taking any risks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants